pointer value造句
例句与造句
- The pointer value is printed along with what it points to
同时打印出了指针值及其所指向的值。 - The data pointer value is not valid
数据指针值无效。 - Jni puts the interface pointer value at a location specified by its first parameter
Jni将接口指针值放在由第一个参数指定的位置。 - Jni puts the interface pointer value at a location specified by its second parameter
创建了jvm , jni将接口指针值放在由第二个参数指定的位置。 - Pointers are 64 - bit on 64 - bit platforms , and you will truncate the pointer value if you assign it to a 32 - bit variable
在64位平台上,指针为64位,如果将该指针赋给32位变量,则应截断该指针值。 - It's difficult to find pointer value in a sentence. 用pointer value造句挺难的
- But you will often see methods that indicate such a condition by returning a null - pointer value and , perhaps , printing a message to
但是经常看到的方法是通过返回一个空指针值来表明这种情况(以及,可能打印一条消息到 - Declaration that includes both integer and pointer values , and you declare a token to use the pointer value , but your lexer fills in the integer value . . . bad things can happen
声明,而且您声明了一个记号来使用指针类型的值,但是您的lexer却赋与其整型的值可能会发生不正常的事情。 - Since it will never return a pointer value that is already in use in the current program unless you are doing something illegal , such as using memory after it has been freed
的c运行时库实现,因为它决不会返回已经在当前程序中使用的指针值(除非您执行某个非法操作,如在内存已被释放之后使用它) 。